home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID008.dxr / 00112.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  312 b   |  16 lines

  1. on exitFrame
  2.   set LastTick to the ticks
  3.   repeat while the locH of sprite 6 > 140
  4.     set x to 1 * (the ticks - LastTick)
  5.     set LastTick to the ticks
  6.     set the locH of sprite 6 to the locH of sprite 6 - x
  7.     updateStage()
  8.   end repeat
  9.   go(the frame + 1)
  10. end
  11.  
  12. on mouseUp
  13.   puppetSprite(5, 0)
  14.   go(114)
  15. end
  16.